GtkEntryCompletion: call setter for "text-column"
authorLars Uebernickel <lars.uebernickel@canonical.com>
Thu, 31 Oct 2013 06:34:50 +0000 (23:34 -0700)
committerLars Uebernickel <lars.uebernickel@canonical.com>
Fri, 1 Nov 2013 15:24:16 +0000 (08:24 -0700)
commit9761a966d8ffda724226a21022a42ce40932b443
tree054840bba0792fa25c6179440f952af7df84fc6b
parent4f7170fd568a53133416a3e3f0361f5cdb956334
GtkEntryCompletion: call setter for "text-column"

Call gtk_entry_completion_set_text_column() when setting the
"text-column" property directly.

The completion appeared empty when setting "text-column" directly (for
example from a GtkBuilder file), because the setter creates and adds the
GtkCellRendererText.

https://bugzilla.gnome.org/show_bug.cgi?id=710533
gtk/gtkentrycompletion.c